Memory Pool Memory Pool Refreshing

5,224 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,424 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,577 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,423 (807,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,861 100,861 0000000000024ece7bf0dc100f7eb3863c55943e2c5582f0fe41421774b6395b 0.00 MB 1 0
100,860 100,860 0000000000016b1286f7155192038572eab218f847b8a2668b0827545e42ea16 0.00 MB 3 0
100,859 100,859 000000000001ca086c9d28ebafc9fdfaf3d98b316801c143a2ed10cd8ff09b81 0.00 MB 4 0
100,858 100,858 000000000003e3ed8886f40bd82fb355e837e6d7733643e8337e8f468a249259 0.00 MB 1 0
100,857 100,857 0000000000036ef1f823cc21b37d75b7f5e2d1e5fe670ef43c1d7ddc0473540a 0.00 MB 4 1,485
100,856 100,856 0000000000009c61292c9fd0c2dddd6bb43d770887a7e801a95055383934070b 0.00 MB 4 0
100,855 100,855 00000000000056a954ffc6277efc63da76fd86e10242db5312a6d658f3be3639 0.00 MB 3 0
100,854 100,854 00000000000052ce3a9b513d0de3254c7882c83bca2c3a10e4938156870dbe1d 0.00 MB 1 0
100,853 100,853 000000000003fb239ac3da61bbaf65dbed5f26aea820fe649bc9d28132aecc0a 0.00 MB 3 0
100,852 100,852 000000000002f62817cc22a42a9b4319d3ea6b092ff3d544514d8f1a2ff05318 0.00 MB 6 0
100,851 100,851 000000000002d2588091edce3f4cfe9af62d923b0ac14e961eafb9d7bb2cbe86 0.00 MB 1 0
100,850 100,850 00000000000167f35be1cc9fe600fecdafba95ea432d74db96a0b4288110d393 0.00 MB 1 0
100,849 100,849 000000000003343cb57901fbb35fed7d89924b7c8213b6df5004952412e58afe 0.00 MB 1 0
100,848 100,848 00000000000319829d179ae18519e3ae974cde7c5ccb94972795c0b4c92817b9 0.00 MB 3 0
100,847 100,847 000000000000b5819f74bbbfbb53731fe397cfa3ed470de203f108e129e10a68 0.00 MB 6 0
100,846 100,846 000000000001e7a2a92c73c3f130c79222e2514f99eebaf4a730bb38166c420a 0.00 MB 3 0
100,845 100,845 0000000000006d8444bde10b872ebbe7ea3ce12defedd2486a69ca4565dcfe63 0.00 MB 11 0
100,844 100,844 000000000001e95097ccd037bf9f1d4047307976f5fa1793e32121825688b70c 0.00 MB 4 0
100,843 100,843 0000000000016a80d9cd4c8fdf92d53a556e6e913ddfa0dd24e72a82ab308e7c 0.00 MB 12 0
100,842 100,842 000000000000214c87d2a836bf2badcfcba4d0384794f6f1c809958deb230f13 0.06 MB 6 988
100,841 100,841 00000000000135709b1f892d4e87e3eed32bc33f14c3eb21252bec2b9f7bcb13 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,763.07 GB sent, 99.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.