Memory Pool Memory Pool Refreshing

1,808 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,796 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (795,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,434 112,434 000000000000d9134d3b2bc5605b5646f935778224ed4f83b3258b118b11300e 0.00 MB 18 227
112,433 112,433 00000000000124cfc6f0f5a0ef0b1011c73db995cc0a08d375bccd018e831f46 0.00 MB 11 1,057
112,432 112,432 00000000000015431630fdb171a1119f53be982ee8ff7c262171163960e6e5e4 0.00 MB 15 1,763
112,431 112,431 000000000000564ea49daa829f4161f3104adf2c32cb17702d44184bef812124 0.00 MB 2 3,861
112,430 112,430 000000000000190a013f3968e44a62c4ea7e34f31e967956157c880dfc2cdc25 0.00 MB 3 3,883
112,429 112,429 000000000000187757e5ba2948dc7b8c98592d584cb63128bf414e06309afb35 0.00 MB 5 2,004
112,428 112,428 000000000000bbe8019ea09a85d658d4849f628c1acc8ac0f1de5419ededf6b3 0.00 MB 5 3,225
112,427 112,427 000000000000548b6f840fcb62751b4af229fd33d4c76899b7abddf137f75b6f 0.00 MB 7 0
112,426 112,426 0000000000006272c67aaa40c9601835009e3c803a8f93b09eab3b332e5d5a32 0.01 MB 21 392
112,425 112,425 0000000000012c68144e6699925b368ca024a844a88cad2fee78c2214ba21d49 0.00 MB 3 2,217
112,424 112,424 0000000000008557470a20dfba410b024f2d7e83d4c5f75168c09099cfbc20b1 0.00 MB 5 1,436
112,423 112,423 000000000000e0abbae8f021c0677c1d645353cf968dd56a0f6c8a37e9854097 0.00 MB 10 1,661
112,422 112,422 000000000000c943c657fed52ed20de0808eab5973aed9422c56f81384eccc13 0.00 MB 1 0
112,421 112,421 00000000000094c0fa25581a35416bd9448eec09e007fe79eedaa82a601808f3 0.00 MB 3 1,934
112,420 112,420 0000000000002bda1fcd0c478b11363663e2e2e9595c3e2ec3881035afb32a7b 0.00 MB 1 0
112,419 112,419 0000000000006f9b7b3060a2a8727630b0316ca2ff2716b45cbdafd1652e4d18 0.00 MB 1 0
112,418 112,418 0000000000009233972d803b8e4528315f75cce4974d160021e0622d8c1f53de 0.00 MB 1 0
112,417 112,417 0000000000000e732836eac12a224c2c677f1a393eb86e43653b85d81ff075b1 0.00 MB 9 435
112,416 112,416 0000000000004819d352cafd18667fda1f1819a1ec597612cb639b9aea95c18b 0.00 MB 1 0
112,415 112,415 00000000000040cb5fcd4b333be2dbd5fc5795724b33bac8df3b30fb4e16bab3 0.00 MB 8 0
112,414 112,414 0000000000004332564a58480ff4b05a2b3e09c5c423382cab44f67aea7f3a98 0.01 MB 25 724
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.