Memory Pool Memory Pool Refreshing

6,164 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (129,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,312 778,312 000000000000000000068650aff5098c5cff9f9284f1ddc0dcdb4f70cdaf48c7 3.48 MB 662 3
778,311 778,311 00000000000000000000448abe5313102ad3d225f0440f9fc74a90dd0d1b0af9 2.77 MB 1,530 7
778,310 778,310 00000000000000000001e80131149f8804b553dd40ccabfcd7aec7a93c756163 1.56 MB 3,020 17
778,309 778,309 00000000000000000000c1ab007b2b49fcfbf9a3b9e0b5a2cc9b2b0dcb520a9b 3.36 MB 795 4
778,308 778,308 00000000000000000003fb5945ad0829b62451c55e5de761f735b92473b38109 2.43 MB 1,676 8
778,307 778,307 00000000000000000002699921a47ffe48b2a282dd27e96503404845d7697114 2.99 MB 1,094 6
778,306 778,306 00000000000000000001cb5b8fce8cbf7ba348909ddf6cd368080f6531ddd81d 1.21 MB 1,231 19
778,305 778,305 0000000000000000000252b12148f1ff4bbf7ef9e259daf8a26dd2347f9fc4be 1.63 MB 689 4
778,304 778,304 00000000000000000001a1ec3fd2113bf1af3eea4d56449421a1eee521f519b3 2.00 MB 707 4
778,303 778,303 0000000000000000000420dada20b90b0042d0ac14f1be98c87f91de7f4fe96b 3.12 MB 397 3
778,302 778,302 0000000000000000000139ba96c9f460b67c3c6cc38f4346360b47a42fded21f 2.59 MB 718 1
778,301 778,301 0000000000000000000412ce9b5703fde1fd66838b34a89414b9e810919859a6 3.00 MB 926 3
778,300 778,300 000000000000000000064fd049eaa5d26f2f2e03a00c790ecc36bca7eeafb739 3.60 MB 553 3
778,299 778,299 00000000000000000004811ca3e80bfc23548b393ef9a46802de1a3e55e2409f 2.64 MB 1,765 10
778,298 778,298 0000000000000000000178d7ac97d4e487f8edfa24c496d5dc2e8c3b61262ad6 3.32 MB 695 4
778,297 778,297 00000000000000000004e856a846b74448aa8c7bec8ffd4302919d182cdcc5d6 1.76 MB 2,828 15
778,296 778,296 0000000000000000000193b524d073337251a35bfc04a4a14af70382c7d78bce 3.83 MB 354 2
778,295 778,295 00000000000000000005b9fb773536fdd9bcdbaae0fe5c3446d547ad7237830c 3.42 MB 902 4
778,294 778,294 00000000000000000003dcf09d69e666dfe4bdb56f342c521530061280d1106e 2.67 MB 1,730 9
778,293 778,293 000000000000000000056e676f84b284c57b372af09c89d32cab1ad8813ead14 2.83 MB 1,644 5
778,292 778,292 00000000000000000003f5ea58adce5177652207096df4a133dc03ad73484b62 1.50 MB 2,947 21
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.