Memory Pool Memory Pool Refreshing

4,511 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (720,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,880 186,880 00000000000004b06a6a1a557f39e045b7f7e0205f251cdbeb1e8d017253b060 0.00 MB 13 29
186,879 186,879 000000000000041b411975353167ae8faf6016806df7507c5c584edd8cf6f202 0.14 MB 266 107
186,878 186,878 00000000000003c430fe937368bc15473d83057d53fa04585611dd7301dfbb75 0.11 MB 241 113
186,877 186,877 00000000000003af666f316fcf82e69e953a6b84a62f8a3d39da43e1069d9c1e 0.06 MB 143 122
186,876 186,876 00000000000004b0d8a8276ea8a6f4aa5095845db3ee63c354c5202d49b16cd3 0.04 MB 117 69
186,875 186,875 000000000000061aa5dc0ffcb341efebf820a5fc07feae99a690a732e8e54a5b 0.28 MB 720 131
186,874 186,874 0000000000000164b3f3e74272d433c25989305d8f3edb6ba9644ca55ddfc5ee 0.00 MB 11 15
186,873 186,873 000000000000087da4eff5e9f76bfee689f3b01d1b9c12e4cd176b8f99b5df3c 0.07 MB 195 136
186,872 186,872 00000000000008aa8fdf9f60b844c311f97e0bf644ffb30d42bf82e35844ec79 0.00 MB 8 77
186,871 186,871 00000000000005f1add21c844306d3ff30b8339c709a3dbd7d060553177d9340 0.05 MB 127 119
186,870 186,870 000000000000004e1f117463d201123dc21095764f8d88550a40094d0d9671ba 0.04 MB 131 44
186,869 186,869 00000000000004a675b9cd2ca4fa4884d2311d0f81a84d74d2ca0d10eee373ae 0.15 MB 344 145
186,868 186,868 00000000000006ba6f3b4a67a709b068a3a3a3acebc1073ebcdc6d0c6f22da7e 0.17 MB 322 158
186,867 186,867 000000000000096a9ecf05699385ec9c3e4b96594ea62b56f4c975bdfb617504 0.12 MB 161 111
186,866 186,866 000000000000015df3149788975f741c6672821fb36a61eb6dcab22fa4eba6ab 0.03 MB 83 328
186,865 186,865 0000000000000472efff0c5dbffbbbddc91dd54da54f1d2b19e12c758d8ad933 0.21 MB 502 111
186,864 186,864 00000000000006b8e485212359f57e65e1c2b3bb61667fdcdbe2a041794ce978 0.12 MB 319 133
186,863 186,863 000000000000055b460a3192bb551e7670d9fd2ea837abe6351561fc2b0c23d7 0.20 MB 542 139
186,862 186,862 0000000000000484ff32f06c86455fd2b72b2ba7debbed0945bb4c63923400d9 0.00 MB 9 750
186,861 186,861 00000000000009a9d6df1533f7c95fc2ec82152e570a587daa98f9867635e208 0.04 MB 124 68
186,860 186,860 000000000000006915c714833ea3a9be99dbbbd31fe9a40ea06194ccaa7b02b2 0.09 MB 256 171
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.