Memory Pool Memory Pool Refreshing

12,162 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (48,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,334 859,334 000000000000000000003a3fa6515549c3c78429cdc23b544f417bb96f38c831 1.70 MB 7,449 2
859,333 859,333 0000000000000000000132f6a4c6e672e62d747a967191c4bebd89ea26ee1a8e 1.71 MB 5,184 4
859,332 859,332 00000000000000000001519b0748fc2dcea3a561e90d775c0fed608283437b37 1.72 MB 4,475 4
859,331 859,331 00000000000000000002b771daee152eaeceaae3799a0ddaf44b276839632dad 1.67 MB 5,190 3
859,330 859,330 0000000000000000000102c0d409b14f063c41de85172f5196177de2c2268174 1.34 MB 1,993 7
859,329 859,329 00000000000000000002a6eaf1245312130046eeb96e3f1aabbdbc00a2d403d2 1.64 MB 7,806 2
859,328 859,328 00000000000000000000323cca1af25486a687563ed945dc01ff3e6e3bffc9f0 1.67 MB 6,168 3
859,327 859,327 0000000000000000000156d8073928d170bc7badc6a15e6cdb14b668ee3a0d57 1.69 MB 6,608 3
859,326 859,326 0000000000000000000153b8e7e541576b281af9a066281c934e6fea1690d15b 1.70 MB 7,125 2
859,325 859,325 00000000000000000001635e5c24896448086d135f6a7bf127f06ad9cf20fae2 1.71 MB 3,220 4
859,324 859,324 00000000000000000001a1ee820ca980db9ad0b5f7fb8ac4db288b6ee250460f 1.71 MB 5,318 4
859,323 859,323 000000000000000000022630cbc40bc50ab9e54315101a0401d3c1c792b24224 1.64 MB 7,858 2
859,322 859,322 00000000000000000000b64bc89b2a4b94c0a48ea5a1e5a54ce9bdadf5172220 1.69 MB 7,255 3
859,321 859,321 00000000000000000002574e5e218cfd15448d9dfce5af7182ab732dbb8d3b0a 1.59 MB 3,527 4
859,320 859,320 000000000000000000004a258350e0b9300d2d9d93da5c501a250e7b8167258d 1.60 MB 7,375 2
859,319 859,319 00000000000000000001a4d15827e9cef16430502df87df07306867a2af44f6e 1.60 MB 5,239 3
859,318 859,318 00000000000000000002cefae7c6de6c2da0c30a51b17c35d251f5226aa31690 1.77 MB 3,527 5
859,317 859,317 00000000000000000000ae3908dd86488f47937e3480f3b2ab36c58ef87b6484 2.20 MB 2,824 3
859,316 859,316 000000000000000000028d8432cb072a1de8b03b5201e7f6caa349aa07126a49 1.55 MB 3,710 4
859,315 859,315 00000000000000000000271446779240a6e6fdcc0c6d1da394d178a3359c34bd 1.66 MB 6,558 3
859,314 859,314 00000000000000000000d180331f09214e8343719c7e5892140f44f82415d8f8 1.64 MB 5,906 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.