Memory Pool Memory Pool Refreshing

6,292 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,975 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (455,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,541 452,541 00000000000000000234e088e341e97a5b74d46ba69b0c3e5a486161e2f17114 1.00 MB 2,110 96
452,540 452,540 0000000000000000001840c7032b26b72a64859c839fd9ede7005019e1347606 1.00 MB 835 16
452,539 452,539 000000000000000001d5fe1c7478dfaeaece9f415e3c8d51b06c59d173d179f0 1.00 MB 2,283 102
452,538 452,538 0000000000000000002da6f1c0f500a446f8ffc2030756ddb3852a27057bd6d2 1.00 MB 242 10
452,537 452,537 0000000000000000022c043c770383e44f42b09397be6b97ac633a3546beafba 1.00 MB 2,171 100
452,536 452,536 00000000000000000204370e69fadd692459c43c780b236996145c244d745bbd 1.00 MB 1,706 64
452,535 452,535 0000000000000000012f049b6089d1a3d0b7e27331bd3606b92c4aee74a8a82c 1.00 MB 2,520 67
452,534 452,534 0000000000000000021b9f8874aeac4910aea219676eb030f2063a6acf019c7f 1.00 MB 2,229 74
452,533 452,533 000000000000000001b36260735d305ab575a7adee359c77569dea31a80e6442 1.00 MB 1,859 107
452,532 452,532 0000000000000000005e0fd31a67b2f5ab9098b24e3eb15c6432a86d636a3572 1.00 MB 2,465 174
452,531 452,531 0000000000000000020e805f2036faffa1ddb9e3e0d6f032901841f4623cec00 1.00 MB 2,204 117
452,530 452,530 0000000000000000018e73d3e19e38b40cc5804f5f7655e75196f14fcc6b84e4 1.00 MB 1,738 91
452,529 452,529 00000000000000000140b481cf0232ee4020d82d844233066f69615d78a8e348 1.00 MB 2,698 136
452,528 452,528 000000000000000001fc102b7376addbdafe4e03664021e9eafd99c3597564a8 1.00 MB 550 30
452,527 452,527 000000000000000001895bd0313386b15c5473c2ad960605c65cb1ae4ce19f69 1.00 MB 467 23
452,526 452,526 000000000000000000526b805a026371d0609975cb38aacd9b6af21322a1e164 1.00 MB 1,711 70
452,525 452,525 0000000000000000022f6efdcca4d34fe1f556971681c7cf5f87820fa9782189 1.00 MB 1,741 64
452,524 452,524 0000000000000000001b67a7b9de8799a2e70dc09a464326be96c14df32737db 0.75 MB 1,808 124
452,523 452,523 00000000000000000043a8466dfc07e9fb14d86607c97167ec76c11eefecf26d 0.61 MB 1,299 95
452,522 452,522 000000000000000001496ab9b1ebfcb9ab80a3818d3d109085bef8be04465ac7 1.00 MB 1,824 56
452,521 452,521 000000000000000000854d6b61a805f9f7a93ce0947449cbb84f5e45bc0a9d78 1.00 MB 1,908 100
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.