Memory Pool Memory Pool Refreshing

4,621 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,459 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (818,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,978 89,978 00000000000b6089ef510d8fdaa24c8e664997079a54d17a679e66d642d2c3f1 0.00 MB 1 0
89,977 89,977 00000000000b0a505abab8000fd87622a2d986f4fe6186acec8d2b3f0bcde1e7 0.00 MB 1 0
89,976 89,976 0000000000120f7649b56bfc8097be311b775d10f4322b494b6c547553f10bbe 0.00 MB 1 0
89,975 89,975 0000000000100f425cf973dc7cfe0ca34c540f9fcaa1f09b25044810b1040da2 0.00 MB 2 0
89,974 89,974 00000000000cf73ef87af67a7e5836bdb1d7d798e59e9d697b43345151d85e28 0.00 MB 1 0
89,973 89,973 00000000000bc415c772b123b01c720ff3b80b0f48af24c06b14e6a7fd0506e5 0.00 MB 2 0
89,972 89,972 00000000000c2c8c6fdc4fc30a16dd7f90bc95084fcc8b75ee19149f13cf6c4e 0.00 MB 1 0
89,971 89,971 0000000000073e441a233da544cf9d2a57d9c7ae6618a86d94e9fbc3c592d0a2 0.00 MB 1 0
89,970 89,970 0000000000113d5b1c2ca6c6e400761b67cb3b4ecc6492c452c4d006faf92628 0.00 MB 1 0
89,969 89,969 000000000003c1fbd7d8dbe23ed3dbe2a9e0363a0015670beb3d84cef9028fbe 0.00 MB 1 0
89,968 89,968 0000000000052e616f94aecbf2f205877ad761c92c4530b3e0377626bfc7d4bc 0.00 MB 1 0
89,967 89,967 00000000000cee8ba9ccda7e2c933baf702532bf042f6cec760e349adc053af3 0.00 MB 1 0
89,966 89,966 00000000000c856ceab9de3cbb68538535df7c2e841e2db5fbc0f9a7885b7849 0.00 MB 2 0
89,965 89,965 000000000010ededdc59a619850822151265e4841512cfd5cb1ce4afc141de85 0.00 MB 1 0
89,964 89,964 00000000000b83c74b4e3c4c55925204cb34e0a80703a08791e929ba1a7c1c55 0.00 MB 2 0
89,963 89,963 000000000008e438bf8128ed72e9d06ea7b93985ddad8f72302977239df0dd2b 0.00 MB 1 0
89,962 89,962 00000000000ae849b1c53e99edf7406da8250042f9671d71b3d910e5f1083504 0.00 MB 4 0
89,961 89,961 000000000010549c2d71fd4e032cfd2f0e0ba485cbf7949d27353b06aca83881 0.00 MB 2 0
89,960 89,960 000000000010b064c9c2ef1075c98ff819c9cd7de4cfe51d06fc16eb21bb05af 0.00 MB 2 0
89,959 89,959 00000000000000707bb468b0da76c6bf56f2325a1b4fe30daf49fd051a13f02c 0.00 MB 1 0
89,958 89,958 0000000000004fdb0ea1dc4de6b2ab1a47b96a84a4c0c38b7df6c643c7a47483 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.