Memory Pool Memory Pool Refreshing

9,041 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (746,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,067 161,067 0000000000000c98ca2dd2404aec331c37bbbaefb727c22f8905ef34fac445ee 0.01 MB 28 47
161,066 161,066 0000000000000c63b5cd3fd4f47ebf214f58952a61ee37f2f8945f257be9b59c 0.00 MB 14 520
161,065 161,065 000000000000044849faf320ccdb09148769e5970a85cebfa6630ec15721dbd4 0.00 MB 8 20
161,064 161,064 0000000000000e7157a96e4a2878d6769821f6650174c7e4b73dc43489f1f60a 0.00 MB 8 308
161,063 161,063 00000000000002f0fc6e629f4ea2263e19dd1b282cb948d6e9e4220058f5fb9d 0.01 MB 12 31
161,062 161,062 00000000000005a60bc681075eaeee4da25dff9b0b0a3f4c04881be02fa2624f 0.00 MB 12 25
161,061 161,061 000000000000025e7d36e9b4811ebc68c503c12ec75ca01d068ff1058f7ad8d7 0.03 MB 51 60
161,060 161,060 00000000000009e64b48a917f46ebc0f7fa3efc8dc096bd3f138de6050547072 0.00 MB 6 72
161,059 161,059 00000000000007cc505df7a9a423ea65d1a4ebed6f13d4bbd5fc08d6bfcfcb50 0.02 MB 32 256
161,058 161,058 00000000000005ef83b684200b806dc91a858526860d04126230b7e4705cf47b 0.00 MB 9 21
161,057 161,057 0000000000000615f442f95ae5ab5c35df2e6b8f366036b1390e4e2418de95b7 0.02 MB 72 53
161,056 161,056 0000000000000e364af51293ed6b408d8a35209c6a14a81d3692dfb30cee1267 0.06 MB 36 70
161,055 161,055 00000000000005dec4b1222a50545940ac98d9d5480d39d0c2363cfd0894f917 0.03 MB 60 214
161,054 161,054 00000000000006acc8855e1c370570e5dc93a1c14b4572d4bba4b4f6d70dc51a 0.01 MB 20 421
161,053 161,053 000000000000054813bebd841510338ab8d3d0c0a2d35eb512849633d8087bdd 0.05 MB 104 141
161,052 161,052 00000000000006a8663bc68c5be8dcf284bee734d2a1e0ef4077fff5a9eb2187 0.05 MB 52 56
161,051 161,051 0000000000000ac211963dadd4fb41b6523fbbba1483a1c8522caa3ea9e41584 0.07 MB 26 81
161,050 161,050 0000000000000ca9819528f85919cefd6372af48f0bef93e2d3068180cf3619a 0.01 MB 17 52
161,049 161,049 00000000000008bdd61636bd5d3181c6d651c8918f788671f40e824ff7b1b980 0.00 MB 5 65
161,048 161,048 0000000000000310c7f3a45c096d7094f42f0776c09af210c38a7a66e584c0ce 0.01 MB 5 15
161,047 161,047 0000000000000d96d843c7a67560604f969afd9fab80a68974f17dccd7a42ee0 0.00 MB 7 64
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.