Memory Pool Memory Pool Refreshing

19,047 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,668 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,667 (738,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
124,514 124,514 0000000000004eab608085e814b24bd752d15dbf1cc548cf7c367d6460986339 0.01 MB 21 2,103
124,513 124,513 00000000000044e11a5e2c786b823c18102b95ff4f89d9cabeede95bb9addf1e 0.00 MB 13 224
124,512 124,512 00000000000003b98eb56f4bde3537cb9be47577c8ea14eefed821227bff9b9b 0.01 MB 23 949
124,511 124,511 000000000000250f487ad5ca88791d075982bf6cc5ed34ede684f21160cf6b6a 0.00 MB 11 309
124,510 124,510 00000000000020f4c32505f4e114dedcefdbd026a821e8760e7057d0e430d645 0.01 MB 21 291
124,509 124,509 0000000000000c58aee6d62212e2cea7765d54393893674dcdde7a4f0ac80b2b 0.01 MB 47 3,075
124,508 124,508 0000000000004fa8f25db7889f18b5233995a1288796aa775332a32da1515950 0.01 MB 36 846
124,507 124,507 0000000000002ef2af9fe5084fb6b0da224955bbfc52ed4849c2c415a18df2e0 0.03 MB 88 2,080
124,506 124,506 000000000000137d0c898518cec6405a65d00a982a493ff8f54ed47005bd2893 0.00 MB 9 845
124,505 124,505 0000000000003a8a5597eaa3ea2f4c718dfb905082e4bcd0616bc5df7fa4725d 0.00 MB 6 0
124,504 124,504 0000000000006991e61a858b6e025238a9df1118a8f4986e224c90c2f3dbed92 0.00 MB 16 244
124,503 124,503 000000000000138dab7d93c6b6059e6eda9e2688435a3520808a53445dd34a61 0.00 MB 10 290
124,502 124,502 000000000000644f3efd0971791294058fc0eb4482f7ba52f7bde0587c05f6c9 0.00 MB 15 1,462
124,501 124,501 00000000000067150d45fc2669d071c4ea898f0c020a37ab79c675d8ce4a286d 0.00 MB 7 0
124,500 124,500 0000000000001f5b7f86d2ea42c64bc41b2052941f3e50061038174af7e76ac4 0.00 MB 12 595
124,499 124,499 00000000000032ffd71c7afd61f3bc4cb079026741636100c6005c77550d4e36 0.01 MB 31 0
124,498 124,498 00000000000041b411cc1cdbe9b47c9caeeefd68003b9cf43fa10f71dfc09784 0.00 MB 15 3,061
124,497 124,497 0000000000000c1cc978f253d0d8a0abe07ff930cbdf30a96fed23028c0d2f86 0.01 MB 18 1,447
124,496 124,496 0000000000004743761c4b276f981ebc8ff66fac95623be751ffba45ef0e5e79 0.02 MB 31 763
124,495 124,495 00000000000036fd2c6a0df4ecac61db77075a0f65775b2b0c52e344d3c5a3a8 0.00 MB 10 531
124,494 124,494 0000000000005d381997c048a0e4ba0413b919f1a25eeac15e113175336a615e 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 685.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,382.18 GB sent, 108.52 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.