Memory Pool Memory Pool Refreshing

4,910 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,837 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (597,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,823 309,823 00000000000000003ffa9c6fd612f971dcdb21324425c93b556055405c71eb0f 0.50 MB 1,407 47
309,822 309,822 00000000000000000e8e2d40ae965562b67ccd739f01ad18979c5aca2d9c1f35 0.22 MB 353 32
309,821 309,821 000000000000000000ba0864121e9133d85288de2d3a07d0e4d408051462feb5 0.55 MB 988 30
309,820 309,820 00000000000000003345a167a9c3a1fd584687f047481d3ff23abc087737d727 0.02 MB 65 131
309,819 309,819 00000000000000001150abee1276a930c8fc9b9ed051cef4a2f51730a67c510f 0.37 MB 551 26
309,818 309,818 000000000000000040b545201c380af9b07de3792634806cf604a62a3ae9ff25 0.34 MB 411 23
309,817 309,817 000000000000000036009ebd9e8ff6681bc0be8124cad819455ef3a32a938951 0.75 MB 1,325 29
309,816 309,816 0000000000000000065ae9dea33cd0814373f429f6a777417c795b62f7f77074 0.12 MB 243 30
309,815 309,815 00000000000000003ba37134d65ea5c0f71682a6958b6f896ad257dd1783c07d 0.17 MB 320 30
309,814 309,814 000000000000000026baafbd577b6390be51fc6c00debf4c5ac957d5be6c8424 0.21 MB 404 31
309,813 309,813 000000000000000033d6d93fc22445e0931373fc17d06420d154e53ecfec6a7e 0.72 MB 1,180 27
309,812 309,812 0000000000000000183cabaa59aabed9d8445c4a14fc266f94186e79c315641a 0.23 MB 457 30
309,811 309,811 00000000000000002d94e5bcb6f19a7d4cd7198702fd8a76b64328526ee237ea 0.07 MB 145 25
309,810 309,810 000000000000000032094a3b919a7053091bc8f89a0f1baeabe545d459afa93a 0.64 MB 1,155 28
309,809 309,809 00000000000000000eaa9ed0c8981316077992636cd70dde01da85d7db08b753 0.75 MB 994 21
309,808 309,808 00000000000000000874a2f3e8d4894e14c95d1e509260bce7691deb62a85d37 0.35 MB 937 51
309,807 309,807 0000000000000000206267bd05495d74abf664bf95f58abf21dfc2aad51a9e2b 0.21 MB 465 36
309,806 309,806 000000000000000037f4bf75bcc4adce7430756a6d547a67d1ddbbb327ca3ba5 0.11 MB 228 31
309,805 309,805 000000000000000030b9482a40aa2a82cbbf1e1307c5e04b76836a0f1a3a5a0c 0.07 MB 176 28
309,804 309,804 0000000000000000187ca1d0c0d4a17775488891d3b48192d445fef2a115bccd 0.35 MB 621 37
309,803 309,803 0000000000000000359c1454e97849864f291184a5c6f86f31c38a3a67dedd17 0.27 MB 300 15
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.53 GB sent, 93.13 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.